home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- sprite(42).visible = 1
- end
-
- on mouseLeave me
- cursor(-1)
- sprite(42).visible = 0
- end
-
- on mouseDown me
- sprite(36).visible = 1
- end
-
- on mouseUp
- gotoNetPage("http://www.microsoft.com/spain/office/frontpage/default.asp")
- go(the frame + 1)
- end
-